home *** CD-ROM | disk | FTP | other *** search
- REGEDIT
- ; This .REG file is for informational purposes
- ; The default registration entries described below are registered
- ; automatically with a call to CWinApp::RegisterShellFileTypes
- HKEY_CLASSES_ROOT\.txt = EditorFileType
- HKEY_CLASSES_ROOT\EditorFileType = EDITOR File Type
- HKEY_CLASSES_ROOT\EditorFileType\shell\open\command = EDITOR -e
- HKEY_CLASSES_ROOT\EditorFileType\shell\open\ddeexec = [open("%1")]
-
- HKEY_CLASSES_ROOT\EditorFileType\shell\open\ddeexec\application = EDITOR
- ; note: the application is optional
- ; (it defaults to the app name in "command")
- HKEY_CLASSES_ROOT\EditorFileType\shell\open\ddeexec\topic = system
- ; note: the topic name is optional
- ; (it defaults to "system")
-